FROM java:8-jdk
MAINTAINER lg
COPY target/utest-microservice.jar utest-microservice.jar
ENTRYPOINT ["java","-jar","/utest-microservice.jar"]